home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / nogi / Nemp.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  1998-01-31  |  1KB  |  67 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 302
  3.   Top = 172
  4.   BorderStyle = bsSingle
  5.   Caption = 'SplashScreen'
  6.   ClientHeight = 127
  7.   ClientWidth = 518
  8.   Color = clInactiveCaptionText
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 526
  20.     Height = 154
  21.     BevelInner = bvLowered
  22.     BorderWidth = 1
  23.     BorderStyle = bsSingle
  24.     Color = cl3DLight
  25.     TabOrder = 0
  26.     object Image2: TImage
  27.       Left = 19
  28.       Top = 37
  29.       Width = 486
  30.       Height = 60
  31.       Picture.Data = {<image000.bmp>}
  32.     end
  33.     object Label3: TLabel
  34.       Left = 8
  35.       Top = 7
  36.       Width = 196
  37.       Height = 15
  38.       Caption = 'This program is brought to you by....'
  39.       Font.Charset = ANSI_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -13
  42.       Font.Name = 'Times New Roman'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.     end
  46.     object Label4: TLabel
  47.       Left = 75
  48.       Top = 104
  49.       Width = 384
  50.       Height = 33
  51.       Caption = 'http://www.bit.net.au/~nogi/gsm'
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clTeal
  54.       Font.Height = -24
  55.       Font.Name = 'Comic Sans MS'
  56.       Font.Style = [fsBold, fsItalic]
  57.       ParentFont = False
  58.     end
  59.     object Bevel1: TBevel
  60.       Left = 13
  61.       Top = 30
  62.       Width = 497
  63.       Height = 73
  64.     end
  65.   end
  66. end
  67.